-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Terrain Preview and simple Elevation Query #1425
Conversation
Co-authored-by: Andrew Calcutt <[email protected]>
Co-authored-by: Andrew Calcutt <[email protected]>
Thanks for all suggestions so far. I did a local build and converted my terrain mbtile source to a pmtile and both are working so far :) |
I was noticing how long some of the decimal point values are. I wonder if we should add a limit to the number of decimal places, maybe something like 7 |
@acalcutt: That should be no problem, but at least for lat/long (float-url) the values are the same as the input, which are taken from leaflet click event. For x/y the values are calculated. Or should we only limit the display in the preview? |
This PR will add
Both require configured encoding (see config.rst).
In general this adds just some eye candy and an "inspect" function for terrain like the geojson endpoint.